home *** CD-ROM | disk | FTP | other *** search
/ USGS: US Seabed Offshore Surficial Sediment Data / USGS US Seabed Offshore Surficial Sediment Data Release v1.0.iso / htmldocs / common.css < prev    next >
Cascading Style Sheet File  |  2006-01-09  |  4KB  |  132 lines

  1. /* ===OFFICIAL USGS STYLE SHEET===
  2. This CSS has been approved by all applicable parties and is subject to change...with prior notice. This CSS is meant to provide a consistent look and feel across all USGS Web pages and can be used in conjunction with the custom.css file and any additional style sheets of your own.
  3.  
  4. DO NOT MODIFY THIS FILE IN ANY WAY.
  5.  
  6. You can customize the banner image and site title properties ONLY by making the changes in the custom.css file. Refer to the custom.css file for specific instructions.
  7. ===END DISCLAIMER NOTICE===*/
  8.  
  9. /* ===STANDARD HEADER===*/
  10.  
  11. .bannerColorBand {
  12.     font: 14px Verdana, Arial, Helvetica, sans-serif;
  13.     width: 100%;
  14.     height: 5.14em;
  15.     background-color: #006633;
  16. }
  17. .banner {
  18.     background: url("http://www.usgs.gov/images/headers/hazards.jpg") #006633 178px 0px no-repeat;
  19.     width: 100%;
  20.     height: 72px;    
  21. }
  22. .identifier {
  23.     background-color: black;
  24.     width: 178px;
  25.     height: 5.14em;
  26.     float: left;
  27. }
  28. .coop { 
  29.         padding-left: 18px; 
  30.         position: absolute; 
  31.         height: 5.14em; 
  32.         background-color: black;   
  33. .siteTitle { 
  34.         background-color: #006633; 
  35.         clear: both; 
  36.         width: 100%; 
  37.         border-bottom: 1px solid #ffffff; 
  38.         border-top: 1px solid #ffffff; 
  39.         font: 14px Verdana, Arial, Helvetica, sans-serif; 
  40.         color: #ffffff; 
  41. #pTitle { 
  42.         font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; 
  43.         padding: 5px; 
  44.         margin: 0px; 
  45. /* ===STANDARD CUSTOMER SERVICE AREA===*/
  46. .ccsaBox {
  47.     float: right;
  48.     background-color: #000000;
  49. }
  50. .ccsa {
  51.     font:  1em/.5em Verdana, Arial, Helvetica, sans-serif;
  52.     height: 5.14em;
  53.     width: 10.5em;
  54. }
  55. .ccsa a:link { 
  56.             font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  57.             color: #ffffff; 
  58.             margin-left: 4px; 
  59.             text-decoration: none; 
  60. .ccsa a:visited { 
  61.             font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  62.             color: #ffffff; 
  63.             margin-left: 4px; 
  64.             text-decoration: none; 
  65. .ccsa a:hover { 
  66.             font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  67.             color: #ffffff; 
  68.             text-decoration: underline; 
  69.             margin-left: 4px; 
  70. .ccsa a:active { 
  71.             font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
  72.             color: #ffffff; 
  73.             margin-left: 4px; 
  74.             text-decoration: none; 
  75. }
  76.  
  77. /* ===STANDARD CONTENT===*/
  78. body {
  79.     font-family: Verdana, Arial, Helvetica, sans-serif;
  80.     font-size: small;
  81.     color: #000000;
  82.     background-color: #ffffff;
  83. }
  84. th, td {
  85.     font-family: Verdana, Arial, Helvetica, sans-serif;
  86.     font-size: small;
  87. }
  88. /* ===STANDARD FOOTER===*/
  89. .footerBar {
  90.     background-color: #666666;
  91.     font-family: Verdana, Arial, Helvetica, sans-serif;
  92.     font-size: 1em;
  93.     /*/*/padding: 4px; /*End hiding for this section in Netscape 4x*/
  94.     margin-top: 20px;
  95.         margin-bottom: -16px;
  96. }
  97. .footerBar a:link { 
  98.        padding-right: 40px; 
  99.        color: #ffffff; 
  100.        text-decoration: none; 
  101. .footerBar a:visited { 
  102.        padding-right: 40px; 
  103.        color: #ffffff; 
  104.        text-decoration: none; 
  105. .footerBar a:hover { 
  106.        padding-right: 40px; 
  107.        color: #ffffff; 
  108.        text-decoration: underline; 
  109. .footerBar a:active { 
  110.        padding-right: 40px; 
  111.        color: #ffffff; 
  112.        text-decoration: none; 
  113. .footerText {
  114.     font-family: Verdana, Arial, Helvetica, sans-serif;
  115.     font-size: 1em;
  116.     margin-bottom: -2px;
  117.     /*/*/padding: 4px;/*End hiding for this section in Netscape 4x*/
  118. }
  119. .footerText img {
  120.     border: none;
  121.     float: right;
  122. }